| C1.UWP.Document Assembly > C1.Xaml.Document Namespace > LogEntryList Class > FindIndex Method : FindIndex(Int32,Predicate<LogEntry>) Method |
'Declaration Public Overloads Function FindIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of LogEntry) _ ) As System.Integer
public System.int FindIndex( System.int startIndex, System.Predicate<LogEntry> match )